Conversation
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow to run the Bruno “PR Happy flow” end-to-end collection against a locally started Crosslink stack (via docker compose) to provide CI-level E2E validation.
Changes:
- Introduces
.github/workflows/bruno.ymlto start the Crosslink Docker Compose stack and run the Bruno collection headlessly. - Adds a simple readiness wait loop and collects container logs on failure.
You can also share your feedback on Copilot code review. Take the survey.
631b31b to
ec99789
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions job to run Bruno-based end-to-end tests as part of the existing Go CI workflow, and updates the “check all builds succeeded” gate to include the E2E result.
Changes:
- Add a
brunojob that brings up the Crosslink Docker Compose stack and runs the Bruno collection headlessly. - Add a broker readiness wait loop before running the collection, and print container logs on failure.
- Update
build-allto require bothbuildandbruno(allowingbrunoto be skipped) before reporting success.
You can also share your feedback on Copilot code review. Take the survey.
f7b5d35 to
521e8dd
Compare
|
@adamdickmeiss I just wonder if we should limit when this run, e.g. only on PR or only on merge to main. With this config it will run at least twice for every PR. |
Makes sense. Maybe what's needed is a separate workflow file. |
https://index-data.atlassian.net/browse/ILLDEV-291